home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / GAME / Xconq 7.0.1.sit / Xconq 7.0.1 / doc / gpl.texi (.txt) < prev    next >
Texinfo Document  |  1995-08-22  |  18KB  |  336 lines

  1. @appendix GNU GENERAL PUBLIC LICENSE
  2. @center Version 2, June 1991
  3. @display
  4. Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
  5. 675 Mass Ave, Cambridge, MA 02139, USA
  6. Everyone is permitted to copy and distribute verbatim copies
  7. of this license document, but changing it is not allowed.
  8. @end display
  9. @unnumberedsec Preamble
  10.   The licenses for most software are designed to take away your
  11. freedom to share and change it.  By contrast, the GNU General Public
  12. License is intended to guarantee your freedom to share and change free
  13. software---to make sure the software is free for all its users.  This
  14. General Public License applies to most of the Free Software
  15. Foundation's software and to any other program whose authors commit to
  16. using it.  (Some other Free Software Foundation software is covered by
  17. the GNU Library General Public License instead.)  You can apply it to
  18. your programs, too.
  19.   When we speak of free software, we are referring to freedom, not
  20. price.  Our General Public Licenses are designed to make sure that you
  21. have the freedom to distribute copies of free software (and charge for
  22. this service if you wish), that you receive source code or can get it
  23. if you want it, that you can change the software or use pieces of it
  24. in new free programs; and that you know you can do these things.
  25.   To protect your rights, we need to make restrictions that forbid
  26. anyone to deny you these rights or to ask you to surrender the rights.
  27. These restrictions translate to certain responsibilities for you if you
  28. distribute copies of the software, or if you modify it.
  29.   For example, if you distribute copies of such a program, whether
  30. gratis or for a fee, you must give the recipients all the rights that
  31. you have.  You must make sure that they, too, receive or can get the
  32. source code.  And you must show them these terms so they know their
  33. rights.
  34.   We protect your rights with two steps: (1) copyright the software, and
  35. (2) offer you this license which gives you legal permission to copy,
  36. distribute and/or modify the software.
  37.   Also, for each author's protection and ours, we want to make certain
  38. that everyone understands that there is no warranty for this free
  39. software.  If the software is modified by someone else and passed on, we
  40. want its recipients to know that what they have is not the original, so
  41. that any problems introduced by others will not reflect on the original
  42. authors' reputations.
  43.   Finally, any free program is threatened constantly by software
  44. patents.  We wish to avoid the danger that redistributors of a free
  45. program will individually obtain patent licenses, in effect making the
  46. program proprietary.  To prevent this, we have made it clear that any
  47. patent must be licensed for everyone's free use or not licensed at all.
  48.   The precise terms and conditions for copying, distribution and
  49. modification follow.
  50. @iftex
  51. @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  52. @end iftex
  53. @ifinfo
  54. @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  55. @end ifinfo
  56. @enumerate
  57. @item
  58. This License applies to any program or other work which contains
  59. a notice placed by the copyright holder saying it may be distributed
  60. under the terms of this General Public License.  The ``Program'', below,
  61. refers to any such program or work, and a ``work based on the Program''
  62. means either the Program or any derivative work under copyright law:
  63. that is to say, a work containing the Program or a portion of it,
  64. either verbatim or with modifications and/or translated into another
  65. language.  (Hereinafter, translation is included without limitation in
  66. the term ``modification''.)  Each licensee is addressed as ``you''.
  67. Activities other than copying, distribution and modification are not
  68. covered by this License; they are outside its scope.  The act of
  69. running the Program is not restricted, and the output from the Program
  70. is covered only if its contents constitute a work based on the
  71. Program (independent of having been made by running the Program).
  72. Whether that is true depends on what the Program does.
  73. @item
  74. You may copy and distribute verbatim copies of the Program's
  75. source code as you receive it, in any medium, provided that you
  76. conspicuously and appropriately publish on each copy an appropriate
  77. copyright notice and disclaimer of warranty; keep intact all the
  78. notices that refer to this License and to the absence of any warranty;
  79. and give any other recipients of the Program a copy of this License
  80. along with the Program.
  81. You may charge a fee for the physical act of transferring a copy, and
  82. you may at your option offer warranty protection in exchange for a fee.
  83. @item
  84. You may modify your copy or copies of the Program or any portion
  85. of it, thus forming a work based on the Program, and copy and
  86. distribute such modifications or work under the terms of Section 1
  87. above, provided that you also meet all of these conditions:
  88. @enumerate a
  89. @item
  90. You must cause the modified files to carry prominent notices
  91. stating that you changed the files and the date of any change.
  92. @item
  93. You must cause any work that you distribute or publish, that in
  94. whole or in part contains or is derived from the Program or any
  95. part thereof, to be licensed as a whole at no charge to all third
  96. parties under the terms of this License.
  97. @item
  98. If the modified program normally reads commands interactively
  99. when run, you must cause it, when started running for such
  100. interactive use in the most ordinary way, to print or display an
  101. announcement including an appropriate copyright notice and a
  102. notice that there is no warranty (or else, saying that you provide
  103. a warranty) and that users may redistribute the program under
  104. these conditions, and telling the user how to view a copy of this
  105. License.  (Exception: if the Program itself is interactive but
  106. does not normally print such an announcement, your work based on
  107. the Program is not required to print an announcement.)
  108. @end enumerate
  109. These requirements apply to the modified work as a whole.  If
  110. identifiable sections of that work are not derived from the Program,
  111. and can be reasonably considered independent and separate works in
  112. themselves, then this License, and its terms, do not apply to those
  113. sections when you distribute them as separate works.  But when you
  114. distribute the same sections as part of a whole which is a work based
  115. on the Program, the distribution of the whole must be on the terms of
  116. this License, whose permissions for other licensees extend to the
  117. entire whole, and thus to each and every part regardless of who wrote it.
  118. Thus, it is not the intent of this section to claim rights or contest
  119. your rights to work written entirely by you; rather, the intent is to
  120. exercise the right to control the distribution of derivative or
  121. collective works based on the Program.
  122. In addition, mere aggregation of another work not based on the Program
  123. with the Program (or with a work based on the Program) on a volume of
  124. a storage or distribution medium does not bring the other work under
  125. the scope of this License.
  126. @item
  127. You may copy and distribute the Program (or a work based on it,
  128. under Section 2) in object code or executable form under the terms of
  129. Sections 1 and 2 above provided that you also do one of the following:
  130. @enumerate a
  131. @item
  132. Accompany it with the complete corresponding machine-readable
  133. source code, which must be distributed under the terms of Sections
  134. 1 and 2 above on a medium customarily used for software interchange; or,
  135. @item
  136. Accompany it with a written offer, valid for at least three
  137. years, to give any third party, for a charge no more than your
  138. cost of physically performing source distribution, a complete
  139. machine-readable copy of the corresponding source code, to be
  140. distributed under the terms of Sections 1 and 2 above on a medium
  141. customarily used for software interchange; or,
  142. @item
  143. Accompany it with the information you received as to the offer
  144. to distribute corresponding source code.  (This alternative is
  145. allowed only for noncommercial distribution and only if you
  146. received the program in object code or executable form with such
  147. an offer, in accord with Subsection b above.)
  148. @end enumerate
  149. The source code for a work means the preferred form of the work for
  150. making modifications to it.  For an executable work, complete source
  151. code means all the source code for all modules it contains, plus any
  152. associated interface definition files, plus the scripts used to
  153. control compilation and installation of the executable.  However, as a
  154. special exception, the source code distributed need not include
  155. anything that is normally distributed (in either source or binary
  156. form) with the major components (compiler, kernel, and so on) of the
  157. operating system on which the executable runs, unless that component
  158. itself accompanies the executable.
  159. If distribution of executable or object code is made by offering
  160. access to copy from a designated place, then offering equivalent
  161. access to copy the source code from the same place counts as
  162. distribution of the source code, even though third parties are not
  163. compelled to copy the source along with the object code.
  164. @item
  165. You may not copy, modify, sublicense, or distribute the Program
  166. except as expressly provided under this License.  Any attempt
  167. otherwise to copy, modify, sublicense or distribute the Program is
  168. void, and will automatically terminate your rights under this License.
  169. However, parties who have received copies, or rights, from you under
  170. this License will not have their licenses terminated so long as such
  171. parties remain in full compliance.
  172. @item
  173. You are not required to accept this License, since you have not
  174. signed it.  However, nothing else grants you permission to modify or
  175. distribute the Program or its derivative works.  These actions are
  176. prohibited by law if you do not accept this License.  Therefore, by
  177. modifying or distributing the Program (or any work based on the
  178. Program), you indicate your acceptance of this License to do so, and
  179. all its terms and conditions for copying, distributing or modifying
  180. the Program or works based on it.
  181. @item
  182. Each time you redistribute the Program (or any work based on the
  183. Program), the recipient automatically receives a license from the
  184. original licensor to copy, distribute or modify the Program subject to
  185. these terms and conditions.  You may not impose any further
  186. restrictions on the recipients' exercise of the rights granted herein.
  187. You are not responsible for enforcing compliance by third parties to
  188. this License.
  189. @item
  190. If, as a consequence of a court judgment or allegation of patent
  191. infringement or for any other reason (not limited to patent issues),
  192. conditions are imposed on you (whether by court order, agreement or
  193. otherwise) that contradict the conditions of this License, they do not
  194. excuse you from the conditions of this License.  If you cannot
  195. distribute so as to satisfy simultaneously your obligations under this
  196. License and any other pertinent obligations, then as a consequence you
  197. may not distribute the Program at all.  For example, if a patent
  198. license would not permit royalty-free redistribution of the Program by
  199. all those who receive copies directly or indirectly through you, then
  200. the only way you could satisfy both it and this License would be to
  201. refrain entirely from distribution of the Program.
  202. If any portion of this section is held invalid or unenforceable under
  203. any particular circumstance, the balance of the section is intended to
  204. apply and the section as a whole is intended to apply in other
  205. circumstances.
  206. It is not the purpose of this section to induce you to infringe any
  207. patents or other property right claims or to contest validity of any
  208. such claims; this section has the sole purpose of protecting the
  209. integrity of the free software distribution system, which is
  210. implemented by public license practices.  Many people have made
  211. generous contributions to the wide range of software distributed
  212. through that system in reliance on consistent application of that
  213. system; it is up to the author/donor to decide if he or she is willing
  214. to distribute software through any other system and a licensee cannot
  215. impose that choice.
  216. This section is intended to make thoroughly clear what is believed to
  217. be a consequence of the rest of this License.
  218. @item
  219. If the distribution and/or use of the Program is restricted in
  220. certain countries either by patents or by copyrighted interfaces, the
  221. original copyright holder who places the Program under this License
  222. may add an explicit geographical distribution limitation excluding
  223. those countries, so that distribution is permitted only in or among
  224. countries not thus excluded.  In such case, this License incorporates
  225. the limitation as if written in the body of this License.
  226. @item
  227. The Free Software Foundation may publish revised and/or new versions
  228. of the General Public License from time to time.  Such new versions will
  229. be similar in spirit to the present version, but may differ in detail to
  230. address new problems or concerns.
  231. Each version is given a distinguishing version number.  If the Program
  232. specifies a version number of this License which applies to it and ``any
  233. later version'', you have the option of following the terms and conditions
  234. either of that version or of any later version published by the Free
  235. Software Foundation.  If the Program does not specify a version number of
  236. this License, you may choose any version ever published by the Free Software
  237. Foundation.
  238. @item
  239. If you wish to incorporate parts of the Program into other free
  240. programs whose distribution conditions are different, write to the author
  241. to ask for permission.  For software which is copyrighted by the Free
  242. Software Foundation, write to the Free Software Foundation; we sometimes
  243. make exceptions for this.  Our decision will be guided by the two goals
  244. of preserving the free status of all derivatives of our free software and
  245. of promoting the sharing and reuse of software generally.
  246. @iftex
  247. @heading NO WARRANTY
  248. @end iftex
  249. @ifinfo
  250. @center NO WARRANTY
  251. @end ifinfo
  252. @item
  253. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  254. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  255. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  256. PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  257. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  258. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  259. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  260. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  261. REPAIR OR CORRECTION.
  262. @item
  263. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  264. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  265. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  266. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  267. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  268. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  269. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  270. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  271. POSSIBILITY OF SUCH DAMAGES.
  272. @end enumerate
  273. @iftex
  274. @heading END OF TERMS AND CONDITIONS
  275. @end iftex
  276. @ifinfo
  277. @center END OF TERMS AND CONDITIONS
  278. @end ifinfo
  279. @page
  280. @unnumberedsec How to Apply These Terms to Your New Programs
  281.   If you develop a new program, and you want it to be of the greatest
  282. possible use to the public, the best way to achieve this is to make it
  283. free software which everyone can redistribute and change under these terms.
  284.   To do so, attach the following notices to the program.  It is safest
  285. to attach them to the start of each source file to most effectively
  286. convey the exclusion of warranty; and each file should have at least
  287. the ``copyright'' line and a pointer to where the full notice is found.
  288. @smallexample
  289. @var{one line to give the program's name and an idea of what it does.}
  290. Copyright (C) 19@var{yy}  @var{name of author}
  291. This program is free software; you can redistribute it and/or
  292. modify it under the terms of the GNU General Public License
  293. as published by the Free Software Foundation; either version 2
  294. of the License, or (at your option) any later version.
  295. This program is distributed in the hope that it will be useful,
  296. but WITHOUT ANY WARRANTY; without even the implied warranty of
  297. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  298. GNU General Public License for more details.
  299. You should have received a copy of the GNU General Public License
  300. along with this program; if not, write to the Free Software
  301. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  302. @end smallexample
  303. Also add information on how to contact you by electronic and paper mail.
  304. If the program is interactive, make it output a short notice like this
  305. when it starts in an interactive mode:
  306. @smallexample
  307. Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author}
  308. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  309. type `show w'.  This is free software, and you are welcome
  310. to redistribute it under certain conditions; type `show c'
  311. for details.
  312. @end smallexample
  313. The hypothetical commands @samp{show w} and @samp{show c} should show
  314. the appropriate parts of the General Public License.  Of course, the
  315. commands you use may be called something other than @samp{show w} and
  316. @samp{show c}; they could even be mouse-clicks or menu items---whatever
  317. suits your program.
  318. You should also get your employer (if you work as a programmer) or your
  319. school, if any, to sign a ``copyright disclaimer'' for the program, if
  320. necessary.  Here is a sample; alter the names:
  321. @example
  322. @group
  323. Yoyodyne, Inc., hereby disclaims all copyright
  324. interest in the program `Gnomovision'
  325. (which makes passes at compilers) written 
  326. by James Hacker.
  327. @var{signature of Ty Coon}, 1 April 1989
  328. Ty Coon, President of Vice
  329. @end group
  330. @end example
  331. This General Public License does not permit incorporating your program into
  332. proprietary programs.  If your program is a subroutine library, you may
  333. consider it more useful to permit linking proprietary applications with the
  334. library.  If this is what you want to do, use the GNU Library General
  335. Public License instead of this License.
  336.